Bug #588379 - testgtk::panes does not change the cursor on mouse over
authorHans Breuer <hans@breuer.org>
Sun, 12 Jul 2009 16:23:01 +0000 (18:23 +0200)
committerHans Breuer <hans@breuer.org>
Mon, 13 Jul 2009 07:45:03 +0000 (09:45 +0200)
That one was easy, just removing Alex's #ifdef TODO_CSW ;)

http://bugzilla.gnome.org/show_bug.cgi?id=588379

gdk/win32/gdkevents-win32.c

index cb99bccd76fdd3adb915795072bd0e86bcba11ee..2cc4910ec6cdcd5412c8b5692c1e8fb69fa9c856 100644 (file)
@@ -2565,7 +2565,6 @@ gdk_event_translate (MSG  *msg,
       GDK_NOTE (EVENTS, g_print (" %#x %#x",
                                 LOWORD (msg->lParam), HIWORD (msg->lParam)));
 
-#ifdef TODO_CSW
       grab = _gdk_display_get_last_pointer_grab (_gdk_display);
       if (grab != NULL)
        {
@@ -2589,8 +2588,6 @@ gdk_event_translate (MSG  *msg,
          return_val = TRUE;
          *ret_valp = TRUE;
        }
-#endif
-      
       break;
 
     case WM_SHOWWINDOW: